home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Weezo / Weezo setup.exe / {code_appDir} / www / themes / nature / menu.php < prev    next >
PHP Script  |  2010-05-19  |  581b  |  17 lines

  1. <?php
  2. $theme['output']='normal';
  3. $theme['frames']=true;
  4. $theme['screenSize']='monitor';
  5. $theme['output']='normal';
  6. $theme['frames']=true;
  7. $theme['framelessDesktop']=1;
  8. $theme['screenSize']='monitor';
  9.  
  10. $theme['menuFrame']=array(
  11.     'position'=>'bottom',
  12.     'size'=>'30',
  13.     'scrolling'=>'no'
  14. );
  15. $theme['mainFrame']=array();
  16. $theme['winEmptyHTML']='<body style="background:#EEFFF2;cursor:wait"><div style="position:absolute;left:50%; top:50%"><img src="/gfx/loadingBig.gif" alt="" style="position:relative;top:-1000px;left:-50%" onload="this.style.top=0"></div></body>';
  17. ?>